Cluster::GetMinSize

Section: ET++ method description (n)
Updated: automatically Thu Mar 21 20:11:29 1991
Index Return to Main Contents
 

NAME

Cluster::GetMinSize - instance method  

TEMPLATE

see template of VObject::GetMinSize  

SPECIFIERS

public virtual  

DESCRIPTION

GetMinSize returns the instvar minsize which is computed by the method CacheMinSize. GetMinSize recalculates the layout of this through the method CalcDimensions, but only if the list of VObjects has been modified since the last invocation (see instvar CompositeVObject::modified). The minimum size is cached in the instvar minsize because the layout calculation is rather expensive, especially when several Clusters are nested. Method is rarely overridden. Method never calls base method.  

ARGUMENTS

see arguments of VObject::GetMinSize  

RETURN ARGUMENT

see return argument of VObject::GetMinSize  

CATEGORIES

implementation

 

FIRST DEFINITION

class VObject  

FILES

implementation:
Cluster.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022